.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-j {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    display: flex;
    justify-content: space-between;
}

.flex-c {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    display: flex;
    justify-content: center;
}

.flex-warp {
    display: flex;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aic {
    align-items: center;
}
div,
ul li {
    box-sizing: border-box;
}
.dn {
    display: none !important;
}
.container {
    width: 1400px;
    margin: 0 auto;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 888;
}
div{ cursor:default }



/* å¤´éƒ¨ */
.header {
    width: 100%;
    height: 64px;
    background: #15203F;
    min-width: 1400px;
    position: relative;
    padding-left: 15%;
}
/* .header_l {
    margin-left: 50px;
} */
.header_l img{
	max-height: 50px;
    width: 150px;
}
.header_l h2 {
    font-size: 24px;
    font-family: RTWS ShangYa Demo;
    font-weight: 400;
    color: #FFFFFF;
}
.header_l span {
    font-size: 11px;
    font-family: Source Han Sans CN;
    font-weight: 400; 
    color: #FFFFFF;
    margin-top: 6px;
}
.header-m {
    margin-left: 70px;
    flex: 1;
}
.header-m li {
    margin-right: 20px;
}
.header-m li:last-of-type {
    margin-right: 0;
}
.header-m li a {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 64px;
    min-width: 150px;
}
.h-li-b {
    position: absolute;
    top: 62px;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: height .3s;
    background: rgba(0,0,0,.6);
    z-index: 100;
}
.h-li-b-box {
    margin-left: 270px;
    height: 100%;
    overflow: hidden;
}
.h-li-b-i {
    margin-right: 30px;
}
.h-li-b-i a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    min-width: 120px;
}
.h-li-b-i:hover {
    background: #000; 
}
.header-r-l {
    margin-right: 20px;
}
.header-r-l a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #FFFFFF;
}
.header-r-r a {
    display: block;
    width: 134px;
    height: 64px;
    background: linear-gradient(90deg, #0F4085, #0052D9);
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 64px;
}
.top-swiper {
    width: 100%;
    /*height: 600px;*/
    margin: 0 auto;
    min-width: 1400px;
}
.swiper1,
.swiper1 .swiper-slide,
.swiper1 .swiper-wrapper,
.swiper1 .swiper-slide img {
    width: 100%;
    /*height: 100%;*/
}
.main {
    margin-top: 30px;
}
.main-i {
    padding: 70px 13%;
    background: #fff;
    min-width: 1400px;
}
.main-i:nth-child(2n) {
    background: #090F1E;
}
.main-i:nth-child(2n) .li-title h3 {
    color: #FFFFFF;
}
.li-title h3 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #434242;
    text-align: center;
}
.li-title span {
    display: block;
    text-align: center;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8A8A;
    margin-top: 20px;
    text-transform:uppercase
}
.li-b {
    margin-top: 70px;
}
.li-b-i1 {
    width: 30%;
    background: #F2F2F2;
    border: 1px solid #D2D2D2;
    padding-bottom: 15px;
    /* min-width: 350px; */
}
.li-b-i1 img {
    height: 280px;
    width: 100%;
}
.li-b-i1 h3 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #434242;
    text-align: center;
    margin-top: 19px;
}
.li-b-i1 p {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 25px;
    height: 50px;
    text-align: center;
    margin: 20px 10% 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.li-b-i1-btn {
    width: 85%;
    height: 52px;
    background: linear-gradient(90deg, #0F4085, #0052D9);
    border-radius: 5px;
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 52px;
    margin: 0 auto;
}
.li-b-b2-box {
    display: block;
    width: 23.5%;
    margin-right: 2%;
    background: #FFFFFF;
    margin-bottom: 30px;
}
.li-b-b2-box1 {
    display: block;
    width: 32%;
    margin-right: 2%;
    background: #FFFFFF;
    margin-bottom: 30px;
}
.li-b-i2 {
    background: #FFFFFF;
    padding: 30px;
    /*min-width: 540px;*/
}
.li-b-b2-box:nth-child(4n) {
    margin-right: 0;
}
.li-b-b2-box1:nth-child(3n) {
    margin-right: 0;
}
.li-b-i2 img {
    width: 100%;
    height: 250px;
}
.li-b-i2 h3 {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #434242;
    margin: 24px 20px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.li-b-i2 p {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6A6A6A;
    line-height: 22px;
    height: 44px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 27px;
}
.li-b-i1-b {
    width: 86px;
    height: 1px;
    background: #D4D4D4;
    margin-left: 27px;
    margin-top: 30px;
}
.li-btn {
    width: 200px;
    height: 40px;
    background: linear-gradient(90deg, #0F4085, #0052D9);
    border-radius: 5px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 40px;
    text-align: center;
    margin: 75px auto 0;
}
.li-b-l {
    width: 47%;
    margin-right: 6%;
    height: 550px;
}
.li-b-l a img {
    width: 100%;
    height: 100%;
}
.li-b-r {
    width: 47%;
    height: 550px;
}
.li-b-r ul,
.li-b-r ul li {
    list-style-type: disc !important;
}
.li-b-r-i {
    margin-bottom: 30px;
    padding: 12px 25px 12px 45px;
}
.li-b-r-i-l {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.li-b-r-i-l-active {
    background: #EFEFEF;
}
.li-b-r-i-l-active a {
    color: #6C6C6C;
}
.li-b-r-i-l a,
.li-b-r-i-l-r {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6C6C6C;
    min-width: 135px;
}
.li-b-r-i-b {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    font-size: 16px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 105px;
}
.li-b-i3 {
    width: 15.5%;
    height: 106px;
    margin-right: 1.4%;
    margin-bottom: 14px;
    background: #fff;
}
.li-b-i3:nth-child(6n) {
    margin-right: 0;
}
.li-b-i3 img {
    width: 190px;
    height: 70px;
    display: block;
    margin: 18px auto;
}
.li-i4 {
    width: 600px;
    margin: 0 auto;
}
.li-i4 h3 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #848484;
    text-align: center;
    margin-bottom: 25px;
}
.li-i4-b-input1 {
    width: 276px;
    height: 40px;
    border: 1px solid #959595;
    padding-left: 20px;
}
.li-i4-b-input2 {
    width: 176px;
    height: 40px;
    border: 1px solid #959595;
    margin: 0 20px;
    padding-left: 20px;
}
.li-i4-b-btn {
    width: 204px;
    height: 40px;
    background: linear-gradient(90deg, #0F4085, #0052D9);
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}



/* åº•éƒ¨ */
.footer {
    margin-top: 60px;
    background: #090F1E;
    width: 100%;
    padding: 120px 5% 0;
    min-width: 1400px;
    margin: 0 auto;
}
.footer-container {
}
.footer-top img{
    width: 193px;
    height: 193px;
    background: #FFFFFF;
}
.footer-top-r {
    width: 70%;
    min-width: 700px;
}
.footer-top-r-i {
    flex: 1;
}
.footer-top-r-i-t {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 70px;
}
.footer-top-r-i li a {
    display: block;
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-align: center;
}
.footer-bottom {
    height: 100px;
    border-top: 1px solid #B5B5B5;
    padding: 0 10%;
    margin-top: 60px;
}
.footer-bottom  li {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}


/* ç™»å½• */
.login {
    position: relative;
    width: 100%;
    height: 100%;
    /*min-width: 1400px;*/
    min-height: 937px;
}
.login-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.login-top {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0 50px;
}
.login-top-l h2 {
    font-size: 29px;
    font-family: RTWS ShangYa Demo;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 29px;
}
.login-top-l p {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.login-top-r a {
    display: block;
    width: 140px;
    height: 50px;
    background: #0A47A4;
    opacity: 0.5;
    border-radius: 25px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}
.login-box {
    position: absolute;
    top: 23%;
    height: 60%;
    right: 17%;
    width: 450px;
    z-index: 2;
    min-width: 450px;
}
.login-box2 {
    padding-top: 70px;
}
.login-title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0C4395;
    line-height: 36px;
}
.form {
    margin-top: 40px;
}
.form-i {
    width: 450px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px rgba(158, 168, 184, 0.5);
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.form-i img {
    width: 26px;
    height: 26px;
    margin-right: 20px;
}
.form-i input {
    flex: 1;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    border: none;
    min-width: 185px;
}
.form-alert {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #EF0616;
}
.form-i-btn {
    width: 100px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #0C4395;
    border-radius: 18px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 34px;
    margin-left: 6px;
}
.form-i-btn1 {
    width: 100px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 18px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ccc;
    text-align: center;
    line-height: 34px;
    margin-left: 6px;
}
.form-btn {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    width: 450px;
    height: 60px;
    background: linear-gradient(-90deg, #0F4085, #0052D9);
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 30px;
}
.check {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
}
.form-b-l span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
}
.form-b-r,
.form-b-l1 {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.form-b-r span {
    color: #0C4395;
    margin-left: 5px;
    font-size: 17px;
}

/* äº§å“ä¸­å¿ƒ */
.top-banner {
    height: 415px;
    width: 100%;
    position: relative;
    /*min-width: 1400px;*/
}
.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.top-banner-title {
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    z-index: 2;
    width: 100%;
}
.top-banner-text {
    position: absolute;
    top: 150px;
    left: 0;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    z-index: 2;
    width: 100%;
}
.main1 {
    position: relative;
    top: 30px;
    z-index: 3;
}
.main-nav {
    width: 1400px;
    height: 100px;
    background: #fff;
}
.main-nav a {
    display: block;
    height: 100%;
    flex: 1;
}
.main-nav-i {
    flex: 1;
    border: 4px solid #fff;
    height: 96px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 92px;
}
.main-nav-i-active {
    background: #0C4395;
    color: #fff;
}
.main-list {
    margin-top: 40px;
}
.main-list-i {
    width: 330px;
    background: #FFFFFF;
    padding: 25px;
    margin-right: 26px;
    margin-bottom: 40px;
}
.main-list-i:nth-child(4n) {
    margin-right: 0;
}
.main-list-i:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}
.main-list-i:hover .main-list-i-btn a {
    background: #0C4395;
    color: #fff;
}
.main-list-i img {
    width: 280px;
    height: 280px;
}
.main-list-i-t {
    margin-top: 25px;
    text-align: center;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-list-i-btn {
    width: 120px;
    height: 36px;
    margin: 20px auto 0;
}
.main-list-i-btn a {
    display: block;
    width: 120px;
    height: 36px;
    background: #EDF3FD;
    border: 1px solid #0C4395;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 34px;
}


/* è‡ªåŠ¨æŠ¥ä»· */
.main1-top1-l {
    width: 250px;
    height: 100px;
    background: #FFFFFF;
    padding: 0 20px;
}
.main1-top1-l img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.main1-top1-l-r-t {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.main1-top1-l-r-b {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color:#333333;
}
.main1-top1-l-r-b span {
    color: #FC702A;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.main1-top1-r {
    width: 1130px;
    height: 100px;
    background: #FFFFFF;
    margin-left: 20px;
    padding: 0 30px;
    align-items: center;
}
.main1-top1-r-l {
    font-size: 30px;
    font-family: ç»å…¸ç»¼è‰ºä½“ç®€;
    font-weight: 600;
    color: #FC702A;
}
.main1-top1-r-m {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
    padding-top: 15px;
    margin: 0 20px;
    flex: 1;
}
.main1-top1-r-btn {
    width: 180px;
    height: 60px;
    background: #FC702A;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
}
.main1-b {
    margin-top: 30px;
    padding: 50px;
    background: #fff;
}
.main1-b-i {
    margin-bottom: 50px;
}
.main1-b-i:last-of-type {
    margin-bottom: 0;
}
.main1-b-i-title {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.main1-b-i-nav1 {
    margin-top: 20px;
}
.main1-b-i-nav1-i {
    width: 400px;
    height: 100px;
    background: #EDF3FD;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0C4395;
    text-align: center;
    line-height: 100px;
    position: relative;
}
.main1-b-i-nav1-i-active {
    background: #0C4395;
    color: #fff;
}
.main1-b-i-nav1-i img {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 40px;
    height: 40px;
    z-index: 10;
}
.main1-b-i-b1 {
    margin-top: 50px;
    width: 1300px;
    height: 280px;
    background: #F5F5F5;
    border: 2px dashed #0C4395;
    position: relative;
}
.main1-b-i-xz {
    position: absolute;
    width: 150px;
    height: 40px;
    background: #FBE5DA;
    border-radius: 20px 0px 0px 20px;
    top: 30px;
    right: 0;
    z-index: 10;
    padding: 0 28px;
}
.main1-b-i-xy {
    position: absolute;
    width: 150px;
    height: 40px;
    background: #DAFBEB;
    border-radius: 20px 0px 0px 20px;
    top: 85px;
    right: 0;
    z-index: 10;
    padding: 0 28px;
}
.main1-b-i-xz img,
.main1-b-i-xy img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
.main1-b-i-xz span {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
}
.main1-b-i-xy span {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0DB262;
}
.main1-b-i-b1-add img {
    width: 72px;
    height: 72px;
    display: block;
    margin: 50px auto 0;
}
.main1-b-i-b1-p {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    margin-top: 20px;
    text-align: center;
}
.main1-b-i-b1-text {
    width: 550px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 12px auto 0;
    text-align: center;
    line-height: 24px;
}
.main1-b-i-nav2 {
    height: 80px;
    background: #EDF3FD;
    border: 2px solid #0C4395;
    margin-top: 20px;
}
.main1-b-i-nav2-i {
    flex: 1;
    border-right: 2px solid #0C4395;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0C4395;
    text-align: center;
    line-height: 78px;
    position: relative;
}
.main1-b-i-nav2-i:last-of-type {
    border-right: 0;
}
.main1-b-i-nav2-i-active {
    background: #0C4395;
    color: #fff;
}
.main1-b-i-nav2-i img {
    position: absolute;
    width: 20px;
    height: 10px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.main1-b-i-b2 {
    margin-top: 20px;
}
.main1-b-i-b2-list {
    border: 1px solid #DDDDDD;
}
.main1-b-i-b2-list li {
    border-bottom: 1px solid #DDDDDD;
    padding: 25px 0;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.main1-b-i-b2-list li:last-of-type{
    border-bottom: 0;
}
/* .main1-b-i-b2-list li:first-of-type {
    background: #F5F5F5;
} */
.main1-b-i-b2-list li:first-of-type .main1-b-i-b2-i {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.main1-b-i-b2-i {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.main1-b-i-b2-i p {
    line-height: 26px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.main1-b-i-b2-i1 span {
    color: #0C4395;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.main1-b-i-b2-i a {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #0C4395;
}
.w1 {
    width: 210px;
    text-align: center;
}
.w2 {
    flex: 1;
    padding-left: 80px;
}
.main1-b-i-b2-list1 {
    width: 1300px;
    height: 140px;
    background: #F5F5F5;
    padding: 30px;
}
.main1-b-i-b2-list1-i {
    border: 1px solid #fff;
    width: 300px;
    height: 80px;
    background: #FFFFFF;
    margin-right: 20px;
}
.main1-b-i-b2-list1-i-active {
    background: #FBE5DA;
    border: 1px solid #FC702A;
}
.main1-b-i-b2-list1-i-t {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 14px 10px 0;
}
.main1-b-i-b2-list1-i-b {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.main1-b-i-b2-list1-i-b span {
    font-size: 19px;
    color: #FC702A;
}
.w3 {
    width: 160px;
    text-align: center;
}
.w4 {
    width: 260px;
}
.w5 {
    width: 240px;
}
.w6 {
    flex: 1;
    text-align: center;
}
.main1-b-i-b2-i2 img {
    width: 100px;
    height: 100px;
    background: #D8EAF9;
    border-radius: 10px;
    display: block;
    display: block;
    margin: 0 auto;
}
.main1-b-i-b2-i2 span {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-top: 4px;
    text-align: center;
    display: block;
}
.main1-b-i-b2-i3 p:first-of-type {
    color: #333;
    font-weight: 600;
}
.main1-b-i-b2-i3 img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.main1-b-i-b2-i3 span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
}
.main1-b-i-b2-i-num {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 48px;
}
.main1-b-i-b2-i-num-b {
    width: 50px;
    height: 20px;
    border: 1px solid #DDDDDD;
    border-top: 0 !important;
    background: #EEEEEE;
}
.main1-b-i-b2-i-num-b-i {
    flex: 1;
    height: 20px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 20px;
}
.main1-b-i-b2-i-num-b-i:first-of-type {
    border-right: 1px solid #DDDDDD;
}
.main1-b-i-b2-i-i img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}
.main1-b-i-b2-i-i span {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.main1-b-i-b2-i-i-active span {
    color: #FC702A !important;
}
.main1-b-i-b2-i-p-acitve {
    color: #FC702A !important;
}
.main1-b-i-b2-i4 {
    text-decoration: underline;
    color: #999999 !important;
}
.main1-b-i-b2-b {
    margin-top: 40px;
}
.main1-b-i-b2-b-r-l-t,
.main1-b-i-b2-b-r-l-t span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    text-align: right;
}
.main1-b-i-b2-b-r-l-b {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: right;
    margin-top: 5px;
}
.main1-b-i-b2-b-r-l-b span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
}
.main1-b-i-b2-b-btn1 {
    margin: 0 10px 0 30px;
    width: 180px;
    height: 60px;
    background: linear-gradient(-90deg, #0F4085, #0052D9);
    border-radius: 6px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
}
.main1-b-i-b2-b-btn2 {
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    border: 2px solid #0C4395;
    border-radius: 6px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 56px;
}
.check_w1 {
    width: 15px;
    height: 15px;
    margin-left: 20px;
}
.check_w1 img {
    width: 100%;
    height: 100%;
}
/* å¼¹å‡º */
.dyxz-box,
.xzpxxx-box,
.bmxy-box {
    position: fixed;
    width: 740px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -370px;
    z-index: 999;
    padding: 0 50px;
}
.dyxz-title {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 76px;
    text-align: center;
}
.dyxz-text {
    height: 490px;
    overflow-y: auto;
}
.dyxz-text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    line-height: 28px;
}
.dyxz-text p:last-of-type {
    color: #333;
    margin-top: 40px;
}
.xzpxxx-top {
    padding: 0 130px;
}
.xzpxxx-top-i {
    width: 150px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #0C4395;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 38px;
}
.xzpxxx-list {
    margin-top: 30px;
}
.xzpxxx-list-i {
    margin-bottom: 20px;
}
.xzpxxx-list-i-l {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
}
.xzpxxx-list-i-m1 {
    margin-left: 30px;
}
.xzpxxx-list-i-m1 img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}
.xzpxxx-list-i-m1 span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.xzpxxx-list-i-r {
    margin-left: 60px;
    flex: 1;
}
.xzpxxx-list-i-r-l {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
}
.xzpxxx-list-i-r input {
    flex: 1;
    height: 40px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    margin-left: 20px;
}
.xzpxxx-alert p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}


/* è‡ªåŠ¨æŠ¥ä»·-ææ–™è¯´æ˜Ž */
.os-top {
    width: 1100px;
    height: 150px;
    background: #FFFFFF;
    padding: 25px 50px;
    margin-bottom: 30px ;
}
.os-top img {
    width: 100px;
    height: 100px;
    margin-right: 50px;
}
.os-top-r {
    padding-left: 50px;
    border-left: 1px solid #ccc;
    flex: 1;
}
.os-top-r-t {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FC702A;
    margin-bottom: 10px;
}
.os-top-r p {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
/* .os-mid {
    width: 1400px;
    height: 410px;
    padding: 50px;
    margin-bottom: 50px;
} */
.os-mid-l {
    width: 270px;
    margin-right: 30px;
}
.os-mid-l-i {
    padding: 0 0 10px;
    background: #fff;
    margin-bottom: 20px;
}
.os-mid-l-i-t {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
}
.os-mid-l-i-b {
    margin-top: 10px;
    padding: 0 10px;
}
.os-mid-l-i-b-i {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.os-mid-l-i-b-i-active {
    background: #0C4395;
    color: #fff;
}
.os-mid-l-i-b-i1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.os-mid-r {
    width: 1100px;
}
.os-mid-r-t {
    width: 1100px;
    height: 410px;
    padding: 50px;
    margin-bottom: 30px;
    background: #fff;
}
.os-mid-r1 {
    width: 1100px;
    padding: 40px 40px 30px;
    background: #fff;
}
.os-mid-r1 video {
    width: 100%;
}
.os-mid-r-i {
    width: 320px;
    height: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.os-mid-r-i:nth-child(3n) {
    margin-right: 0;
}
.os-mid-r-i img {
    width: 320px;
    height: 320px;
}
.os-mid-r-i-b {
    border: 1px solid #f9f9f9;
    border-top: 0 !important;
    padding: 0 30px;
    font-size: 22px;
    color: #333;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.os-tj {
    width: 1100px;
    padding: 50px;
    background: #fff;
}
.os-tj-b,
.nm-l-tj-b {
    margin-top: 30px;
}
.os-tj-b-i,
.nm-l-tj-b-i {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 47%;
    margin-right: 2%;
}
.os-mid-t {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.os-mid-t span {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-left: 20px;
}
.os-mid-b {
    margin-top: 30px;
}
.os-mid-b-i {
    width: 300px;
    height: 250px;
}
.os-mid-b-i-bg1 {
    background: #DAFBEB;
}
.os-mid-b-i-bg2 {
    background: #DAE7FB;
}
.os-mid-b-i-bg3 {
    background: #FBE4DA;
}
.os-mid-b-i img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 50px auto 0;
}
.os-mid-b-i span {
    display: block;
    margin-top: 25px;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
}
.os-bottom {
    margin-bottom: 50px;
}
.os-bottom-l {
    width: 1400px;
    background: #FFFFFF;
    padding: 50px;
}
.os-bottom-l-i {
    margin-bottom: 50px;
}
.os-bottom-l-i:last-of-type {
    margin-bottom: 0;
}
.os-bottom-l-i-t {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}
.os-bottom-l-i p {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-top: 15px;
}
.os-bottom-l-i p img {
    width: 100%;
    height: auto;
}
.os-bottom-r {
    width: 450px;
    background: #FFFFFF;
    padding: 40px 50px;
}
.os-bottom-r p {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
}




/* è´­ç‰©è½¦ */
.cart {
    margin-top: 30px;
    background: #fff;
    padding: 50px;
}
.cart-goods {
    margin-bottom: 30px;
}
.cart-goods-top-l {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
}
.cart-goods-top-l span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.cart-goods-top-r-btn1 {
    width: 100px;
    height: 40px;
    background: #0C4395;
    border-radius: 6px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.cart-goods-top-r-btn2 {
    width: 100px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #0C4395;
    border-radius: 6px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 38px;
}
.cart-b {
    width: 1300px;
    background: #FFFFFF;
    border: 1px solid #0C4395;
    padding: 30px;
}
.cart-b-l {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.cart-b-l span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
}
.cart-b-r-num,
.cart-b-r-num span,
.cart-b-r-money {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
    text-align: right;
}
.cart-b-r-total {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333;
    text-align: right;
}
.cart-b-r-total span {
    color: #FC702A;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 600;
}
.cart-btn {
    margin-top: 50px;
}
.cart-btn-btn {
    width: 180px;
    height: 60px;
    background: linear-gradient(-90deg, #0F4085, #0052D9);
    border-radius: 6px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
}




/* ç¡®è®¤è®¢å• */
.place-order {
    margin-top: 40px;
}
.po-top {
    width: 1400px;
    height: 80px;
    background: #0C4395;
    padding: 0 50px;
}
.po-top-l {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.po-top-r {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF
}
.po-info {
    margin-top: 20px;
}
.po-info-main-list {
    padding: 50px;
    margin-bottom: 20px;
    background: #fff;
}
.po-li {
    padding: 30px 50px;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.po-li:last-of-type {
    border-bottom: 1px solid #DDDDDD;
}
.po-li1 {
    padding: 20px 50px !important;
    background: #F5F5F5;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.po-address-t-title {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.po-address-t-add  {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #FC702A;
}
.po-address-list {
    margin-top: 26px;
    overflow: hidden;
}
.po-address-i {
    margin-bottom: 20px;
}
.po-address-i:last-of-type {
    margin-bottom: 0;
}
.po-address-i span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-right: 20px;
}
.po-address-more {
    margin-top: 20px;
}
.po-address-more span {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
    margin-right: 5px;
}
.po-address-more img {
    width: 10px;
    height: 10px;
}
.po-bill-nav {
    margin-top: 20px;
}
.po-bill-nav-i {
    width: 200px;
    height: 70px;
    background: #EDF3FD;
    border: 2px solid #CCCCCC;
    margin-right: 30px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 66px;
    position: relative;
}
.po-bill-nav-i-active {
    color: #0C4395;
    border: 2px solid #0C4395;
}
.po-bill-nav-i img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
}
.po-type-p {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
}
.po-type-alert {
    margin-top: 20px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.po-type-alert span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
}
.po-bill-m {
    width: 1200px;
    height: 130px;
    background: #FBE5DA;
    margin-top: 20px;
    padding: 20px 30px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.po-bill-form {
    margin-top: 30px;
}
.po-bill-form-i {
    margin-bottom: 20px;
}
.po-bill-form-i-l {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    width: 145px;
}
.po-bill-form-i-l span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
}
.po-bill-form-i-r-i {
    width: 200px;
    height: 70px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 68px;
    margin-right: 30px;
}
.po-bill-form-i-r-i-active {
    border: 1px solid #FC702A;
    color: #FC702A;
}
.po-bill-form-i input {
    flex: 1;
    height: 60px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    padding-left: 30px;
}
.po-bill-form-i1 {
    margin: 30px 145px;
}
.po-bill-form-i1 img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.po-bill-form-i1 span {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.po-bill-form-btn {
    margin-top: 30px;
    margin-left: 145px;
}
.po-bill-form-btn1 {
    width: 180px;
    height: 60px;
    background: linear-gradient(-90deg, #0F4085, #0052D9);
    border-radius: 6px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
}
.po-bill-form-btn2 {
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #0C4395;
    border-radius: 6px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 58px;
}
.po-goods-t-r-btn1 {
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #0C4395;
    border-radius: 6px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 38px;
    margin-right: 20px;
}
.po-goods-t-r-btn2 {
    width: 100px;
    height: 40px;
    background: #0C4395;
    border-radius: 6px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.po-pay-list {
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
}
.po-pay-i {
    margin-bottom: 20px;
}
.po-pay-i:last-of-type {
    margin-bottom: 0;
}
.po-pay-i img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.po-pay-i-t {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
    width: 160px;
    margin-left: 10px;
}
.po-pay-i-r {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.po-pay-btn {
    margin-top: 30px;
}
.po-pay-btn1 {
    width: 180px;
    height: 60px;
    background: #FC702A;
    border-radius: 6px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;    
}
.w7 {
    width: 310px;
}
.w8 {
    width: 290px;
}



/* æ–°é—»åŠ¨æ€ */
.news-main {
    margin-top: 30px;
}
.nm-l {
    width: 72%;
}
.nm-l-i {
    width: 1000px;
    height: 220px;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 30px;
}
.nm-l-i img {
    width: 240px;
    height: 160px;
    margin-right: 30px;
}
.nm-l-i-r {
    flex: 1;
}
.nm-l-i-r h2 {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nm-l-i-time {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #969696;
    margin: 13px 0 15px;
}
.nm-l-i-r p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}
.nm-l-i-btn a {
    display: block;
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin-top: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 28px;
}
.nm-l-i:hover {
    border: 1px solid #0C4395;
    box-shadow: 0px 0px 20px 0px rgba(12, 67, 149, 0.3);
}
.nm-l-i:hover h2 {
    color: #0C4395;
}
.nm-l-i:hover .nm-l-i-btn a {
    border: 1px solid #F67605;
    background: #F67605;
    color: #fff;
}
.nm-l-fy {
    margin-top: 50px;
    position: relative;
}
.nm-l-fy ul li a {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    background: #fff;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    padding: 0 10px;
    text-align: center;
    line-height: 36px;
    margin-right: 15px;
    border: 1px solid #DDDDDD;
}
.nm-l-fy ul li:first-of-type a,
.nm-l-fy ul li:last-of-type a {
    width: 80px;
}
.nm-l-fy ul li a:hover,
.nm-l-fy-active a {
    background: #0C4395 !important;
    color: #fff !important;
}
.nm-l-fy-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #646464;
}
.nm-l-tj {
    padding: 30px;
    margin: 50px 0;
    background: #fff;
}
.nm-l-tj-t {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.nm-l-tj-b {
    margin-top: 30px;
}
.nm-r {
    width: 380px;
    margin-right: 20px;
}
.nm-r-i {
    margin-bottom: 20px;
}
.nm-r-i-t {
    width: 380px;
    height: 60px;
    background: #0C4395;
    padding-left: 46px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    position: relative;
}
.nm-r-i-t::before {
    position: absolute;
    top: 20px;
    left: 30px;
    height: 20px;
    width: 5px;
    background: #fff;
    content: '';
}
.nm-r-i-b {
    padding: 20px 30px 20px;
    overflow: hidden;
    background: #fff;
}
.nm-r-i-b ul li {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nm-r-i-b-i {
    margin-bottom: 30px;
    position: relative;
}
.nm-r-i-b-i img {
    width: 320px;
    height: 176px;
}
.nm-r-i-b-i-text {
    margin-top: 14px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.nm-r-i-b-i-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 176px;
    background: rgba(0,0,0,.3);
    display: none;
    z-index: 10;
}
.nm-r-i-b-i-btn a {
    width: 120px;
    height: 50px;
    border: 1px solid #EEEEEE;
    display: block;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;line-height: 48px;
    margin: 63px auto;
}
.nm-r-i-b-i:hover .nm-r-i-b-i-btn {
    display: block;
}
.h310 {
    height: 280px;
    overflow: hidden;
}
.h370 {
    height: 370px;
    background: #fff;
}
.nm-r-i-b-i {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}


/* æ–°é—»è¯¦æƒ… */
.nd-l {
    padding: 50px;
    background: #fff;
}
.nd-top img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.nd-top span {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.nd-m {
    margin-top: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.nd-m-i {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-right: 50px;
}
.nd-main {
    padding: 40px 0;
    border-bottom: 1px solid #dddddd;
}
.nd-main img{max-width:100%;}
.nd-b {
    margin-top: 30px;
}
.nd-b-l a {
    display: block;
    width: 330px;
    height: 40px;
    background: #0C4395;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 20px;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nd-b-r a {
    display: block;
    width: 330px;
    height: 40px;
    background: #EDF3FD;
    border: 1px solid #0C4395;
    border-radius: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395; 
    padding: 0 20px;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* å…³äºŽæˆ‘ä»¬ */
.a-main-i {
    padding: 60px 0;
    position: relative;
}
.a-main-i-title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.a-main-i-text {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    opacity: .1;
    position: relative;
    margin-top: -35px;
    text-align: center;
}
.a-color1 {
    color: #fff !important;
}
.a-main-i-detail {
    margin-top: 60px;
}
.a-main-i-swiper{
    margin-top: 60px;
}
.fzlc {
    height: 580px;
}
.a-main-i-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.a-main-i-m-img {
    position: absolute;
    left: 0;
    top: 214px;
    width: 100%;
    height: 254px;
    z-index: -1;
}
.a-main-i-slide {
    margin-top: 10px;
}
.a-main-i-box {
    width: 1400px;
    height: 400px;
}
.a-main-i-box li {
    width: 280px !important;
    height: 100%;
    position: relative;
    padding: 0 30px;
}
.a-main-i-box li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 2;
}
.a-main-i-box li:nth-child(2n) .a-main-i-box-y {
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.a-main-i-box li:nth-child(2n+1) .a-main-i-box-y {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.a-main-i-box li:nth-child(2n) .a-main-i-box-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.a-main-i-box li:nth-child(2n+1) .a-main-i-box-text {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.a-main-i-b{
    margin-top: 60px;
}
.a-main-i-b-i {
    width: 320px;
    background: #f5f5f5;
    margin-right: 30px;
}
.a-main-i-b-i:hover {
    transform: translateY(-15px);
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(12, 67, 149, 0.8);
}
.a-main-i-b-i:last-of-type {
    margin-right: 0;
}
.a-main-i-b-i img {
    width: 320px;
    height: 320px;
}
.a-main-i-b-i-b {
    padding: 20px;
}
.a-main-i-b-i-b h2 {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #0C4395;
}
.a-main-i-b-i-b p {
    margin-top: 15px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    height: 112px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.a-main-i-b1{
    margin-top: 60px;
    position: relative;
    width: 1400px;
    height: 445px;
}
.a-main-i-b-bg {
    width: 1400px;
    height: 445px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.a-main-i-b-i2 {
    margin-top: 10px;
}
.a-main-i-b-i2-i:hover {
    transform: translateY(-15px);
}
.a-main-i-b-i2-i img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
}
.a-main-i-b-i2-i-r {
    width: 240px;
    margin-right: 20px;
}
.a-main-i-b-i2-i-r h3 {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 60px;
}
.a-main-i-b-i2-i-r p {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    height: 72px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.a-main-i-b-i2-h {
    height: 110px;
}
.a-main-i-b-l {
    width: 920px;
    margin-right: 20px;
}
.a-main-i-b-swiper {
    width: 920px;
    height: 500px;
    margin-bottom: 20px;
}
.swiper3 {
    width: 920px;
    height: 500px;
}
.a-main-i-b-l-img img {
    width: 450px;
    height: 280px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}
.a-main-i-b-l-img img:hover,
.a-main-i-b-r1:hover,
.a-main-i-b-r2:hover {
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);

}
.a-main-i-b-r1 {
    width: 460px;
    height: 280px;
    margin-bottom: 20px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}
.a-main-i-b-r2 {
    width: 460px;
    height: 500px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}
.a-main-i-swiper {
    width: 1400px;
    height: 350px;
    /* margin: 50px auto 0; */
}
.swiper2 {
    width: 1400px;
    height: 350px;
}
.swiper2 .swiper-button-prev {
    left: 25px !important;
}
.swiper2 .swiper-button-next {
    right: 25px !important;
}
.swiper2 .swiper-button-prev::after,
.swiper2 .swiper-button-next::after  {
    content: '' !important;
}
.swiper2 .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper2 .swiper-slide {
    width: 520px;
    height: 350px;
}
.swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
}
.a-main-i-b-swiper1 {
    height: 360px;
    width: 1400px;
}
.swiper4 {
    height: 360px;
    width: 1400px;
}
.swiper4 .swiper-slide {
    height: 360px;
    width: 1400px;
    padding: 0 110px;
}
.swiper3 .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper4 .swiper-slide img {
    width: 270px;
    height: 360px;
}
.swiper4 .swiper-slide img:hover {
    transform: translateY(-15px);
}
.swiper4 .swiper-button-prev::after,
.swiper4 .swiper-button-next::after  {
    content: '' !important;
}
.swiper4 .swiper-button-prev {
    left: 25px !important;
}
.swiper4 .swiper-button-next {
    right: 25px !important;
}
.swiper5 {
    width: 230px;
    height: 270px;
}
.swiper5 .swiper-slide img {
    width: 230px;
    height: 230px;
}
.swiper5 .swiper-slide .tj-text {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}


/* ä¸ªäººä¸­å¿ƒ */
.user {
    margin-top: 30px;
}
.user-l {
    width: 280px;
    margin-right: 20px;
}
.user-data {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 20px;
}
.user-data img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.user-data h2 {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}
.user-data-btn {
    width: 120px;
    height: 40px;
    background: #EDF3FD;
    border: 1px solid #0C4395;
    border-radius: 6px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 38px;
    margin: 30px auto 0;
}
.user-nav {
    background: #fff;
}
.user-nav ul li {
    border-bottom: 1px solid #f5f5f5;
    width: 280px;
    height: 80px;
    padding-left: 50px;
}
.user-nav ul li:last-of-type {
    border-bottom: 0;
}
/* .user-nav ul li a {
    display: block;
    width: 280px;
    height: 80px;
    padding-left: 50px;
} */
.user-nav ul li a img {
    width: 22px;
    height: 22px;
    margin-right: 35px;
}
.user-nav ul li a span {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.user-r {
    background: #fff;
}
.user-r-t-box {
    width: 1100px;
    height: 60px;
    background: #EEEEEE;
}
.user-r-t{
    display: block;
    margin-left: 50px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
}
.user-r-t a {
    display: block;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
}
.user-r-t-active {
    border-bottom: 4px solid #0C4395;
}
.user-r-b {
    padding: 30px 50px 50px;
    background: #fff;
}
.user-form-i {
    margin-bottom: 30px;
}
.user-form-i h3 {
    height: 50px;
    line-height: 50px;
    width: 100px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.user-form-i-add-box {
    position: relative;
    width: 150px;
    height: 150px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
}
.user-form-i-add {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.user-form-i-add-box img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.user-form-i input {
    width: 400px;
    height: 50px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B3B3B3;
    padding-left: 20px;
    line-height: 50px;
}
.user-form-btn {
    margin-top: 50px;
    width: 160px;
    height: 50px;
    background: #FC702A;
    border-radius: 6px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin-left: 100px;
}


/* å¯†ç ä¿®æ”¹ */
.user-form-i span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #EF0616;
    margin-left: 20px;
}
.user-form-btn1 {
    width: 400px;
    height: 50px;
    background: #FC702A;
    border-radius: 6px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
    margin-left: 100px;
}
.user-form-alert {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999;
    margin-top: 30px;
    margin-left: 100px;
}
.user-form-alert span {
    color: #FC702A;
}
.user-nav-li-active {
    position: relative;
}
.user-nav-li-active::after {
    position: absolute;
    top: 22px;
    right: 0;
    height: 36px;
    width: 4px;
    content: '';
    background: #0C4395;
}
.user-nav-li-active span {
    color: #0C4395 !important;
}



/* æˆ‘çš„è®¢å• */
.user-r-b-t {
    width: 1000px;
    height: 50px;
    background: linear-gradient(90deg, #0F4085, #0052D9);
}
.user-r-b-t-i1 {
    margin-left: 30px;
    width: 270px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.user-r-b-t-i {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.user-r-b-list {
    margin-top: 10px;
}
.user-r-b-list-i {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.user-r-b-list-i-t {
    width: 1000px;
    height: 40px;
    background: #EDF3FD;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 30px;
}
.user-r-b-list-i-t-i {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.user-r-b-list-i-b {
    padding: 30px 0;
}
.user-r-b-list-i-b-i1 {
    margin-left: 30px;
    width: 270px;
}
.user-r-b-list-i-b-i1 p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    line-height: 24px;
}
.user-r-b-list-i-b-i {
    flex: 1;
    text-align: center;
}
.user-r-b-list-i-b-i p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.user-r-b-list-i-b-i-btn1 {
    width: 130px;
    height: 30px;
    background: #FC702A;
    border: 1px solid #FC702A;
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 10px;
}
.user-r-b-list-i-b-i-btn2{
    width: 130px;
    height: 30px;
    background: #1FCD78;
    border: 1px solid #1FCD78;
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 10px;
}
.user-r-b-list-i-b-i-btn3 a{
    width: 130px;
    height: 30px;
    background: #548EE4;
    border: 1px solid #548EE4;
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 10px;
}
.user-r-b-list-i-b-i-btn4 a{
    width: 130px;
    height: 30px;
    background: #fff;
    border: 1px solid #FC702A;
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 10px;
}


/* æˆ‘çš„å‘ç¥¨ */
.bill-list {
    min-height: 500px;
}
.bill-i1 {
    width: 1000px;
    height: 50px;
    background: #EDF3FD;
}
.bill-i1-i {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.w9 {
    width: 210px;
    padding-left: 30px;
}
.w10 {
    width: 190px;
}
.bill-i {
    width: 1000px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    margin-top: 10px;
}
.bill-i-i {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.bill-i-i p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.bill-i-i1 {
    color: #4FCC90;
}
.bill-i-i a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-decoration: underline;
    color: #0C4395;
}
.w11 {
    width: 230px;
    padding-left: 30px;
}
.bill-btn {
    width: 180px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #0C4395;
    border-radius: 6px;
    margin-top: 30px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
    text-align: center;
    line-height: 48px;
}
.bill-box {
    position: fixed;
    width: 740px;
    height: 780px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    top: 50%;
    left: 50%;
    margin-left: -370px;
    margin-top: -390px;
    z-index: 999;
    padding: 30px 0;
}
.bb-t {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.bb-alert {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
    height: 40px;
    background: #FEF3EE;
    padding-left: 30px;
    line-height: 40px;
    margin-top: 20px;
}
.bb-form {
    padding: 0 30px;
}
.bb-form-i {
    margin-top: 20px;
    position: relative;
}
.bb-form-i-t {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    width: 145px;
}
.bb-form-i-b {
    position: absolute;
    top: 50px;
    left: 145px;
    width: 500px;
    height: 100px;
    border: 1px solid #DDDDDD;
    background: #fff;
    z-index: 10;
}
.bb-form-i-b-i {
    line-height: 50px;
    padding-left: 20px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
}
.bb-form-i-b-i:hover {
    background: #F5F5F5;
}
.bb-form-i-t span {
    color: #FC702A;
}
.bb-form-i-r,
.bb-form-i input {
    width: 500px;
    height: 50px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    padding-left: 20px;
    line-height: 48px;
}
.bb-form-i-r span {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
}
.bb-btn {
    margin-top: 30px;
    margin-left: 175px;
}
.bb-btn1 {
    width: 120px;
    height: 40px;
    background: #FC702A;
    border-radius: 4px;
    margin-right: 20px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.bb-btn2{
    width: 80px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 38px;
}
.bb-form-i-r img {
    margin-right: 20px;
    width: 20px;
    height: 12px;
}


/* æ”¶è´§åœ°å€ */
.address-top-btn {
    width: 160px;
    height: 40px;
    background: #FC702A;
    border-radius: 4px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.address-top p {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-left: 20px;
}
.address-top p span {
    color: #FC702A;
}
.address-i {
    margin-top: 20px;
    width: 1000px;
    height: 206px;
    background: #EDF3FD;
    border: 1px solid #0C4395;
    position: relative;
    padding: 20px 30px;
}
.del_address {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 18px;
    height: 18px;
    z-index: 2;
}
.address-i img {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 18px;
    height: 18px;
    z-index: 1;
}
.address-i-t {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    position: relative;
    padding-left: 14px;
}
.address-i-t::after {
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #0C4395;
    content: '';
}
.address-i-m {
    margin-top: 10px;
}
.address-i-m-i {
    width: 468px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.address-i-b {
    margin-top: 10px;
}
.address-i-b-r-i {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0C4395;
    margin-left: 30px;
}
.address-i-b-r-i-acive {
    color: #999999;
}
.address-box {
    position: fixed;
    width: 740px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    top: 50%;
    left: 50%;
    margin-left: -370px;
    margin-top: -300px;
    z-index: 999;
    padding: 30px 0;
}




/* äººå·¥æŠ¥ä»· */
.rg-top {
    margin-top: 20px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.rg-alert {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
    margin-top: 16px;
}
.rg-form {
    margin-top: 30px;
    background: #F5F5F5;
    padding: 50px;
}
.rg-form-i {
    margin-bottom: 30px;
}
.rg-form-i h2 {
    width: 110px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.rg-form-i input {
    width: 800px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    padding-left: 20px;
}
.rg-form-i textarea {
    width: 800px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    line-height: 40px;
}
.main1-top1-r-l1,
.main1-top1-r-m1 {
    color: #0C4395 !important;
}
.main1-top1-r-btn1 {
    background: linear-gradient(-90deg, #0F4085, #0052D9) !important;

}
.rg-form-i-r-t-btn {
    width: 200px;
    height: 60px;
    background: #FC702A;
    border-radius: 6px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
}
.rg-form-i-r-t-r h3 {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
}
.rg-form-i-r-t-r p {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-top: 8px;
}
.rg-form-i-r-t-plan {
    width: 800px;
    height: 20px;
    background: #CCCCCC;
    border-radius: 10px;
    margin: 20px 0;
}
.rg-form-i-r-t-text {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.progress-bar-font {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}



/* åˆ—è¡¨ */
.left-box {
    margin-right: 30px;
}
.left {
    width: 300px;
    background: #fff;
}
.left-b {
    padding: 0 10px 10px;
}
.left-i {
    border: 4px solid #fff;
    height: 60px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-i-active {
    background: #0C4395;
    color: #fff;
}
.left-lx {
    margin-top: 30px;
    width: 300px;
    background: #fff;
}
.left-lx-t {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C4395;
}
.left-lx-b {
    margin-top: 30px;
    padding: 0 30px 30px;
}
.left-lx-b-i {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}
.right {
    width: 1070px;
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 60px;
}
/* .right-i {
    
    margin-right: 25px;
    width: 320px;
	margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}
.right-i-box a:nth-child(3n) .right-i {
    margin-right: 0;
}
.right-i img {
    width: 318px;
    height: 318px;
} */
.right-i {
    margin-right: 30px;
    width: 475px;
	margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}

.right-i-box a:nth-child(2n) .right-i1 {
    margin-right: 0;
}
.right-i img {
    width: 475px;
    height: 490px;
}
.right-i-b {
    padding: 20px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    background: #f5f5f5;
    height: 90px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #fff;
}


.footer {
    width: 100%;
    height: auto;
    clear: both;
    padding: 30px 0;
    background: #000;
    margin-top: 40px;
}

.footer_container {
    /* width: 1400px;
    height: auto; */
    clear: both;
    display: flex;
    margin: auto;

}

.footet_top {
    width: 100%;
    height: auto;
    clear: both;
}

.p70 {
    padding: 0 13%;
}

.logo {
    width: 20%;
}

.logo_img {
    width: 100%;
    /*height: 110px;*/
}

.colorfff {
    color: #FFFFFF;
}

.link {
	width:50%;
    height: auto;
    clear: both;
	margin-left:5%;
}

.link li {
    height: 30px;
    display: flex;
	align-items: center;
}

.link2 {
	width:25%;
    height: auto;
    clear: both;
}

.link2 li {
    height: 30px;
    display: flex;
	align-items: center;
}
.link3 {
	width:100%;
    height: auto;
    clear: both;
}

.link3 li {
    height: 30px;
    display: flex;
	align-items: center;
}
.justify_center {
    justify-content: center;
}

.align_center {
    align-items: center;
}

.link li a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link li span {
    font-size: 14px;
}

ul {
    padding: 0;
    margin: 0;
}

.color009EDD {
    color: #009EDD;
}

.fs14 {
    font-size: 14px;
}

.img {
    width: 16px;
    height: 20px;
}

.par_l20 {
    padding-left: 20px;
}

.code {
    width: 150px;
    height: 150px;
}

.justify_stb {
    justify-content: space-between;
}

a {
    text-decoration: none;
}

.footer_bottom {
    width: 100%;
    height: 30px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 1);
}





/* 支付 */
.cp-index {
    margin-top: 30px;
    margin-bottom: 60px;
}
.cp-top {
    width: 1400px;
    height: 80px;
    background: #EEEEEE;
    padding-left: 50px;
    line-height: 80px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
}
.cp-bottom {
    background: #fff;
}
.cp-b-t {
    padding: 30px 50px;
    border-bottom: 1px solid #f5f5f5;
}
.cp-b-t-i {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 18px;
}
.cp-b-t-i span {
    color: #FC702A;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.cp-b-t-i:last-of-type {
    margin-bottom: 0;
}
.cp-b-b {
    padding: 50px;
}
.cp-b-b-t {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.cp-b-b-t span {
    font-size: 30px;
    color: #FC702A;
    margin-left: 5px;
}
.cp-b-b-m {
    margin: 30px auto;
    width: 300px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 20px;
}
.cp-b-b-m-img1 {
    width: 260px;
    height: 260px;
}
.cp-b-b-m-b {
    margin-top: 20px;
}
.cp-b-b-m-b img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.cp-b-b-m-b span {
    display: block;
    width: 112px;
    height: 36px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.cp-b-text {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
}


/* 在线商城 */
.s-zx {
    position: relative;
}
.s-zx-btn {
    position: absolute;
    top: 70px;
    right: 0;
    width: 180px;
    height: 60px;
    background: linear-gradient(90deg, #0F4085, #0052D9);
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
}
.s-zx-img1 {
    width: 500px;
    height: 300px;
    display: block;
    margin: 20px auto;
    border-radius: 50%;
}
.s-zx-m img {
    width: 500px;
    height: 300px;
    border-radius: 50%;
}
.loading-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background: #fff;
    z-index: 999;
    margin-left: -75px;
    margin-top: -75px;
    box-shadow: 0 0 20px 0 #ccc;
}
.loading-box img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
.loading-box span {
    font-size: 15px;
    color: #333;
    display: block;
    text-align: center;
}


/* 支付 */
.p-t {
    height: 80px;
    background: #EEEEEE;
    padding: 0 50px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 80px;
}
.p-m {
    padding: 30px 50px;
    border-bottom: 1px solid #f5f5f5;
}
.p-m-i {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
}
.p-m-i span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
    font-size: 20px;
}
.p-m-i:last-of-type {
    margin-bottom: 0;
}
.p-b {
    padding: 50px;
}
.p-b-t {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.p-b-t span {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
}
.p-b-m {
    padding: 20px;
    width: 300px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 30px auto;
}
.p-b-m-img {
    width: 260px;
    height: 260px;
}
.p-b-m-b {
    margin-top: 20px;
}
.p-b-m-b img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.p-b-m-b-r {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    width: 112px;
}
.p-b-b {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.bb-city select {
    width: 160px;
    height: 50px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    padding-left: 20px;
    line-height: 48px;
    margin-right: 6px;
}
.bb-city select:last-of-type {
    margin-right: 0;
}
.mo-tan1-box {
    padding: 0 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 260px;
    border-radius: 10px;
    background: #fff;
    z-index: 999;
    margin-left: -250px;
    margin-top: -130px;
}
.mo-tan2-box {
    padding: 0 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 490px;
    border-radius: 10px;
    background: #fff;
    z-index: 999;
    margin-left: -300px;
    margin-top: -245px;
}
.mo-tan1-t {
    height: 60px;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 60px;
}
.mo-tan1-list {
    margin-top: 20px;
}
.mo-tan2-list {
    margin-top: 20px;
    height: 300px;
    overflow-y: auto;
}
.mo-tan1-i {
    margin-bottom: 20px;
}
.mo-tan1-btn {
    margin-top: 40px;
}
.mo-tan1-btn1 {
    width: 120px;
    height: 40px;
    background: #FC702A;
    border-radius: 6px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}
.mo-tan1-btn2 {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FC702A;
    text-align: center;
    line-height: 38px;
    border: 1px solid #FC702A;
}
.mo-tan1-btn3 {
    padding: 0 20px;
    height: 40px;
    background: #FC702A;
    border-radius: 6px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}


/* 报价单 */
.bjd-box {
    background: #fff;
    padding: 100px 70px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.bjd-logo {
    padding-bottom: 30px;
}
.bjd-logo img {
    width: 400px;
    height: 100px;
}
.bjd-logo-r-t {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.bjd-name {
    padding: 30px 0;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    font-size: 16px;
    font-size: 600;
    color: #000;
}
.bjd-name span,
.bjd-m-t span {
    font-size: 16px;
    color: #999;
    margin-left: 10px;
}
.bjd-m {
    padding: 30px 0;
    border-bottom: 3px solid #333;
}
.bjd-m-t {
    font-size: 16px;
    font-size: 600;
    color: #000;
    margin-bottom: 10px;
}
.bjd-order {
    padding-top: 30px;
    border-bottom: 1px solid #333;
}
.bjd-order-i,
.bjd-order-i-1 {
    height: 60px;
    border-bottom: 1px solid #333;
}
.bjd-order-i1 {
    font-size: 16px;
    color: #000;
    width: 100px;
}
.bjd-order-i2 {
    font-size: 16px;
    color: #000;
    width: 200px;
}
.bjd-order-i3 {
    font-size: 16px;
    color: #000;
    width: 330px;
}
.bjd-order-i1-l {
    flex: 1;
}
.bjd-order-i1-l-l {
    font-size: 16px;
    color: #000;
    flex: 1;
}
.bjd-order-b {
    padding: 30px 0;
    border-bottom: 1px solid #333;
}
.bjd-order-b-r-i {
    font-size: 16px;
    color: #000;
    text-align: right;
}
.bjd-order-b-r-i span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.bjd-order-text {
    padding: 30px 0;
    border-bottom: 3px solid #333;
}
.bjd-order-text-i {
    margin-bottom: 10px;
    font-size: 16px;
    color: #999;
}
.bjd-b{
    padding: 30px 0;
}
.bjd-b-i {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.bor1 {
    border: 1px solid #ccc;
} 
.main-i7-b{
    margin-top: 40px;
}
.main-i7-b-i {
    font-size: 16px;
    margin-right: 20px;
}
.main-i7-b-i a {
    font-size: 16px;
}
.crumbs {
    height: 50px;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 30px;
}
.crumbs-r {
    font-size: 16px;
    color: #333;
}
.crumbs-r a {
    font-size: 16px;
    color: #15203F;
    margin: 0 10px;
}
.link-ul {
    width: 24%;
}
strong {
    font-weight: bold !important;
    font-size: 16px !important;
}
strong em {
    font-weight: bold !important;
    font-size: 16px !important;
}
#dituContent >div:nth-of-type(2){
	display:none;
}